body{
    min-height: 100vm;
	color:#666;
	font-size:14px;}
 h1,h2,h3,h4,h5,h6{
 	font-weight: normal;
 }
 
 ul,li{
 	list-style: none;
 }
.navbar{
	margin-bottom:0;
	background-color:#fff;}
.navbar-brand {
    padding: 0px;}
.navbar-brand img{
	max-height:110px;}
.text-uppercase{
	text-transform: uppercase;
}
.navbar-nav>li>a{
	color:#555;
	margin: 34px 0;
	padding:10px 18px;
	font-size: 15px;
	border-radius: 20px;}
.nav>li.active>a,.nav>li>a:focus, .nav>li>a:hover {
    color: #fff;
    background-color: #e95513;
}
.dropdown-menu>li>a {
    padding: 12px 20px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #ff3d00;
}
.sy-about,.sy-products,.sy-news{
	margin-top:30px;
	}
.sy-about-info{
	margin:20px 0;}

.sy-about-info{
	line-height:30px;
	margin-top:50px;}
.about_icon{
	margin-top:50px;
	position: relative;}
.about_icon .icon1{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.about_icon .icon1:hover{
	opacity: 1;
}
.sy-about h5{
	position: relative;
	padding: 20px 0;
}
.sy-about h5:after{
	position: absolute;
	content: "";
	bottom: 0;
	width: 20px;
	height: 1px;
	background-color: #e95513;
	left: 50%;
	transform: translateX(-50%);
	transition: all ease-in-out 0.3s;
}
.sy-about h5:hover:after{
	width: 100px;
}
.new-tit{
	color: #404953;
}
.new-tit h3 i{
	color: #e95513;
	font-size: 20px;
	padding-right: 12px;
}
.new-tit h3 span a{
	font-size: 12px;
	color: #666;
}
.sy-news .media{
	border-bottom: 1px dashed #b8b8b8;
}
.sy-news .date-time {
  display: block;
  font-weight: 300;
  width: 100px;
  height: 100px;
  color: #999;
  text-align: center;
  padding-top: 30px;
}
.sy-news .date-time > span.big{
	font-size:  30px;
	font-weight: bold;
}
a,a:focus, a:hover {
    color: #524d4d;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.sy-news p.des {
  font-size: 13px;
  color: #827d7d;
}
.sy_news ul.blocks-2 li p.des {
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.sy-contact{
	background-color: #e95513;
	color: #fff;
	padding: 30px 60px;
	margin-left: 30px;
	min-height: 416px;
}
.con-tit i{
	padding-right: 10px;
	font-size: 28px;
}
.contact-info{
	margin-top: 20px;
	line-height:38px;}
.contact-info i{
	padding-right: 10px;
}
section.about{
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-top: 60px;}
.about-tit{
	padding:10px 0 0;
	margin-bottom: 30px;
	}
.about-tit h2{
	position:relative;
	font-size:28px;
	color:#fff;
	padding-bottom:20px;
	margin-bottom:20px;}
.about-tit h2:after{
	content:"";
	width:50px;
	height:2px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	background-color:#ff3d00;
	transition:0.3s;}
.about-tit:hover h2:after{
	width:100px;}
.about-tit h2 span,.ny-tit h1 span{
	color:#fe3c00;}
.about-tit h6{
	color: #9c9b9b;
}
.ainfo{
	background-color: #fff;
	min-height: 410px;
}
.abox{
	padding: 70px 70px 20px 0px;
}
.abox h1{
	color: #e95513;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
.ainfo p.p70{
	padding-right: 70px;
	line-height: 24px;
	margin-bottom: 35px;
}
.btn-more{
	background-color: #e95513;
	color: #FFF;
	padding:12px 25px;
	border:none;
	}
.pro-tit h2{
	color: #333;
}
.pro-list{
	padding:20px 0px;
	width: 95%;
	margin: auto;
}
a.pro{
	border: 1px solid #ddd;
	display:inline-block;
	margin:30px 0 0;
	position:relative;
	overflow:hidden;}
a.pro img{
	transition:all ease-in-out 0.3s;}
a.pro:hover img{
	transform:scale(1.2,1.2);}
span.bg{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	background:rgba(0,0,0,0.4);}
a.pro:hover span.bg{
	opacity:1;}
span.icon{
	position:absolute;
	
	display:block;
	left:50%;
	transform:translate(-50%,0);
	top:-100%;
	transition:0.3s;}
a.pro:hover span.icon{
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);}
.pro-text{
	line-height:24px;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.bg-default{
	color:#dbdbdb;
	padding:40px 0;}

.ny-about{
	margin:20px auto;
	background-color:#fff;
	padding:20px;}
.ny-tit h1{
	color:#333;}
.ny_info{
	line-height:27px;
	margin-bottom:50px;}
.text-indent{
	text-indent:2em;}
.series{
	margin:30px 0 15px;}
.series a {
    display: inline-block;
    margin: 2px 2px 10px;
    line-height: 32px;
    border: 1px #dbdbdb solid;
    padding: 0 30px;
    color: #666;
}
.series a:hover,.series a.active {
	background:#ff3d00;
	color:#fff;
    border: 1px #ff3d00 solid;
	text-decoration:none;
}
.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover {
    background-color: #fe3d00;
    border-color: #fe3d00;
}
.ptest{
	color:#333;}
.card>.caption {
    background-color: #333;}
.item-content h4 a{
	color:#333;}
.ny-info{
	padding:30px 0;
	line-height:27px;}
img {
     max-width:none; 
}

.pop .center{width: 256px!important;}	
.pop .bottom{height: 25px!important;}
	

	
	
	
	
@media (min-width:992px){
.navbar .nav>li.dropdown>a:focus{color: #333;}
.navbar .nav>li.dropdown>ul.dropdown-menu{
	left: 0;
	right:auto;
}
}	
@media (max-width: 1199px) {
	.navbar-nav > li > a {
    margin: 14px 0;
    padding: 5px 14px;}
    .ainfo {
    min-height: 336px;}
    .abox {
    padding: 10px 70px 20px 0px;}
	
	
}
@media (max-width: 991px) {
	.navbar-brand img {
	    max-height: 60px;
	}
	.navbar-nav > li > a {
    margin: 14px 0;
    padding: 5px 14px;
    font-size: 12px;
	}
	.btn-more{
		margin-bottom: 20px;
	}	

	
	
}
@media (max-width: 767px) {
	.navbar-brand{
		padding: 20px 0 0 10px;
	}
	.navbar-brand img{
	max-height:40px;}
	.navbar-toggle {
    background-color:#eee;
	margin:20px 10px 20px 0;}
	.navbar-toggle .icon-bar {
	background-color: #555;}
	.navbar-nav>li>a{
	font-size:15px;
	color:#555;
	padding:10px 10px;
	margin: 0;}
	.sy-about, .sy-products, .sy-news {
    margin-top: 20px;}
    .sy-contact {
    padding: 30px 15px;
    margin-left: 0px;
	}
	.abox {
    padding: 70px 0px 20px;
	}
	
	.abox h1 {
		font-size: 20px;
	}
	
	.news .media-heading a {
    font-size: 16px;}
	.about-tit h2 {
    font-size: 24px;
}

	

}
	








.p0{padding: 0px;}
.p5{padding: 5px;}
.pt0{padding-top: 0px;}
.pr0{padding-right: 0px;}
.pb0{padding-bottom: 0px;}
.pl0{padding-left: 0px;}

.pt5{padding-top: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.pl5{padding-left: 5px;}

.pt10{padding-top: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pl10{padding-left: 10px;}

.pt15{padding-top: 15px;}
.pr15{padding-right: 15px;}
.pb15{padding-bottom: 15px;}
.pl15{padding-left: 15px;}

.pt20{padding-top: 20px;}
.pr20{padding-right: 20px;}
.pb20{padding-bottom: 20px;}
.pl20{padding-left: 20px;}

.pt30{padding-top: 30px;}
.pr30{padding-right: 30px;}
.pb30{padding-bottom: 30px;}
.pl30{padding-left: 30px;}

.m0{margin: 0px;}
.m5{margin: 5px;}

.mt0{margin-top: 0px;}
.mr0{margin-right: 0px;}
.mb0{margin-bottom: 0px;}
.ml0{margin-left: 0px;}

.mt5{margin-top: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.ml5{margin-left: 5px;}

.mt10{margin-top: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}

.mt15{margin-top: 15px;}
.mr15{margin-right: 15px;}
.mb15{margin-bottom: 15px;}
.ml15{margin-left: 15px;}

.mt20{margin-top: 20px;}
.mr20{margin-right: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}

.mt30{margin-top: 30px;}
.mr30{margin-right: 30px;}
.mb30{margin-bottom: 30px;}
.ml30{margin-left: 30px;}
.wauto{width: auto;}
i,address{
     font-style: normal;
 }
 address a, address a:hover{
     color: #fff;
 }
 .friendlink::before {
 	content: "友情链接：";
 	list-style: none;
 	font-style: normal;
 	line-height: 27px;
 	float: left;
 	color: #fff;
 }
 
 .friendlink .linkTagcs {
 	color: #fff;
 	text-align: left;
 	float: left;
 	width: 181px;
 	max-height: 30px;
 	overflow: hidden;
 	transition: 0.3s all ease-in-out;
 	line-height: 30px;
 }
 
 .friendlink .linkTagcs a {
 	display: block;
 	color: #fff;
 	line-height: 27px;
 }
 
 .friendlink .linkTagcs:hover {
 	max-height: 30px;
 	overflow-x: hidden;
 	overflow-y: auto;
 }